home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 010 / moria483.arc / MORIA.CNF < prev    next >
Text File  |  1987-08-29  |  2KB  |  72 lines

  1. # Configuration file for MORIA 4.83
  2. #
  3. # All lines that have the # character as the first character are
  4. # comment lines.  Blank lines are totally ignored.
  5.  
  6.  
  7.  
  8. ##################################################################
  9. ###                  Configuration                             ###
  10. ##################################################################
  11.  
  12. # MORIA is very easy to configure.  The biggest problem is that there
  13. # is not enough room on a single 360K floppy disk to hold the DOS
  14. # DOS system files, MORIA.EXE (about 340K) and a MORIA save file
  15. # (about 80K or so).  Below are a few methods for configuring MORIA
  16. # depending on your disk storage.  Once you decide which method to
  17. # use, follow the instructions then remove the comment character ('#')
  18. # from the beginning of the lines that start with 'SAVE' and 'SCORE'.
  19. # Only remove the '#' from 1 pair of lines.
  20.  
  21.  
  22.  
  23. #################### 1 hard disk systems #########################
  24. #
  25. # Create a C:\games subdirectory on your hard disk and put C:\games
  26. # on your PATH.  Copy MORIA.EXE and MORIA.CNF to C:\games.
  27. #
  28. #SAVE c:\games\moria.sav;n
  29. #SCORE c:\games\moria.scr
  30.  
  31.  
  32. #################### 2 360K floppy disk systems ##################
  33. #
  34. # Format /s a floppy disk and copy MORIA.CNF to it.   Format (no /s)
  35. # a second floppy disk and copy MORIA.EXE to it.  When you want to play
  36. # MORIA, put the first diskette in drive A, the second in drive B and
  37. # type B:MORIA
  38. #
  39. #SAVE a:\moria.sav
  40. #SCORE a:\moria.scr
  41.  
  42.  
  43. #################### 1 high density floppy disk systems ##########
  44. #
  45. # Format /s 1 high-density diskette and copy MORIA.CNF and MORIA.EXE
  46. # to it.
  47. #
  48. #SAVE a:\moria.sav
  49. #SCORE a:\moria.scr
  50.  
  51.  
  52.  
  53.  
  54. ##################################################################
  55. ###                  Other OPTIONS                             ###
  56. ##################################################################
  57.  
  58. # These graphics characters are a solid box and a centered dot
  59. GRAPHICS 177 249
  60.  
  61. # IBMbios option enables the numeric keypad
  62. IBMBIOS
  63.  
  64. # Rawio makes output somewhat faster and allows ^P (control P) to
  65. # be used for the "previous message" MORIA command.  Cannot be
  66. # used on a Dec Rainbow.
  67. RAWIO
  68.  
  69. # Being used to LARN and HACK, I prefer the ROGUE-like interface
  70. KEYBOARD ROGUE
  71.  
  72.